Package j3deditor.bin.util

Interface Summary
BackgroundTask An object that can be executed by the BackgroundThread.
CancellableTask An object which execution can be cancelled.
ProgressChangeListener The listener interface for listening progress change events.
 

Class Summary
BackgroundThread Executes all tasks added to its task queue sequentially in a low priority "daemon" thread.
ByteConverter Tool for converting numbers to byte arrays and vice versa.
Deployer Utilities for manipulating with files on disk.
ImageLoader Tool for loading images.
Messaging Tool for visualizing messages on javax.swing.JOptionPane.
ProgressIndicator Shows a progress bar in a popup window, which indicates that something is processed.
Translator Tool for translating UI text to specified language.
UserData Tool that loads, saves and manages user preferences.
Utilities Central module that initializes and manages tools needed by various classes.
XMLParser Tool for loading and saving XML files.